@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  border: 1px solid black;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: 400;
}

dl, ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Arial, Microsoft Yahei;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1201px) {
  img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
button, input[type=submit], input[type=text], input[type=button] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}

input {
  outline: 0;
  border-radius: 0;
}

input::-webkit-input-safebox-button {
  display: none; /*去掉搜狗浏览器密码软盘*/
}

body {
  color: #000;
  font-family: Arial, Microsoft Yahei;
}

header,
footer,
main,
header *,
footer *,
main * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

#web-ietip {
  width: 526px;
  height: 90px;
  padding: 83px 0 0 84px;
  overflow: hidden;
  background: url(../css/ietip/browser.png) no-repeat center center;
  margin: 200px auto 0;
}

#web-ietip a {
  display: block;
  width: 65px;
  height: 80px;
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.eps2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 文本隐藏 */
.eps1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.eps2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.eps3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.eps4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.eps5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/*有些苹果系统自带的浏览器safari可能不支持calc和vw一起用，可以试着写成*/
/*html{font-size: 5.2083vw;}
@media(max-width: 900px){
    html{font-size: 46.875px;}
}*/
/* 设置rem */
html {
  font-size: 5.2083333333vw;
}

@media (max-width: 900px) {
  html {
    font-size: 46.875px;
  }
}
/* 字号 */
.s0 {
  font-size: 0;
}

@media (min-width: 1921px) {
  .s12 {
    font-size: -webkit-calc(12 * 100vw / 1920);
    font-size: -moz-calc(12 * 100vw / 1920);
    font-size: calc(12 * 100vw / 1920);
  }
  .s13 {
    font-size: -webkit-calc(13 * 100vw / 1920);
    font-size: -moz-calc(13 * 100vw / 1920);
    font-size: calc(13 * 100vw / 1920);
  }
  .s14 {
    font-size: -webkit-calc(14 * 100vw / 1920);
    font-size: -moz-calc(14 * 100vw / 1920);
    font-size: calc(14 * 100vw / 1920);
  }
  .s15 {
    font-size: -webkit-calc(15 * 100vw / 1920);
    font-size: -moz-calc(15 * 100vw / 1920);
    font-size: calc(15 * 100vw / 1920);
  }
  .s16 {
    font-size: -webkit-calc(16 * 100vw / 1920);
    font-size: -moz-calc(16 * 100vw / 1920);
    font-size: calc(16 * 100vw / 1920);
  }
  .s17 {
    font-size: -webkit-calc(17 * 100vw / 1920);
    font-size: -moz-calc(17 * 100vw / 1920);
    font-size: calc(17 * 100vw / 1920);
  }
  .s18 {
    font-size: -webkit-calc(18 * 100vw / 1920);
    font-size: -moz-calc(18 * 100vw / 1920);
    font-size: calc(18 * 100vw / 1920);
  }
  .s19 {
    font-size: -webkit-calc(19 * 100vw / 1920);
    font-size: -moz-calc(19 * 100vw / 1920);
    font-size: calc(19 * 100vw / 1920);
  }
  .s20 {
    font-size: -webkit-calc(20 * 100vw / 1920);
    font-size: -moz-calc(20 * 100vw / 1920);
    font-size: calc(20 * 100vw / 1920);
  }
  .s21 {
    font-size: -webkit-calc(21 * 100vw / 1920);
    font-size: -moz-calc(21 * 100vw / 1920);
    font-size: calc(21 * 100vw / 1920);
  }
  .s22 {
    font-size: -webkit-calc(22 * 100vw / 1920);
    font-size: -moz-calc(22 * 100vw / 1920);
    font-size: calc(22 * 100vw / 1920);
  }
  .s23 {
    font-size: -webkit-calc(23 * 100vw / 1920);
    font-size: -moz-calc(23 * 100vw / 1920);
    font-size: calc(23 * 100vw / 1920);
  }
  .s24 {
    font-size: -webkit-calc(24 * 100vw / 1920);
    font-size: -moz-calc(24 * 100vw / 1920);
    font-size: calc(24 * 100vw / 1920);
  }
  .s25 {
    font-size: -webkit-calc(25 * 100vw / 1920);
    font-size: -moz-calc(25 * 100vw / 1920);
    font-size: calc(25 * 100vw / 1920);
  }
  .s26 {
    font-size: -webkit-calc(26 * 100vw / 1920);
    font-size: -moz-calc(26 * 100vw / 1920);
    font-size: calc(26 * 100vw / 1920);
  }
  .s27 {
    font-size: -webkit-calc(27 * 100vw / 1920);
    font-size: -moz-calc(27 * 100vw / 1920);
    font-size: calc(27 * 100vw / 1920);
  }
  .s28 {
    font-size: -webkit-calc(28 * 100vw / 1920);
    font-size: -moz-calc(28 * 100vw / 1920);
    font-size: calc(28 * 100vw / 1920);
  }
  .s29 {
    font-size: -webkit-calc(29 * 100vw / 1920);
    font-size: -moz-calc(29 * 100vw / 1920);
    font-size: calc(29 * 100vw / 1920);
  }
  .s30 {
    font-size: -webkit-calc(30 * 100vw / 1920);
    font-size: -moz-calc(30 * 100vw / 1920);
    font-size: calc(30 * 100vw / 1920);
  }
  .s31 {
    font-size: -webkit-calc(31 * 100vw / 1920);
    font-size: -moz-calc(31 * 100vw / 1920);
    font-size: calc(31 * 100vw / 1920);
  }
  .s32 {
    font-size: -webkit-calc(32 * 100vw / 1920);
    font-size: -moz-calc(32 * 100vw / 1920);
    font-size: calc(32 * 100vw / 1920);
  }
  .s33 {
    font-size: -webkit-calc(33 * 100vw / 1920);
    font-size: -moz-calc(33 * 100vw / 1920);
    font-size: calc(33 * 100vw / 1920);
  }
  .s34 {
    font-size: -webkit-calc(34 * 100vw / 1920);
    font-size: -moz-calc(34 * 100vw / 1920);
    font-size: calc(34 * 100vw / 1920);
  }
  .s35 {
    font-size: -webkit-calc(35 * 100vw / 1920);
    font-size: -moz-calc(35 * 100vw / 1920);
    font-size: calc(35 * 100vw / 1920);
  }
  .s36 {
    font-size: -webkit-calc(36 * 100vw / 1920);
    font-size: -moz-calc(36 * 100vw / 1920);
    font-size: calc(36 * 100vw / 1920);
  }
  .s37 {
    font-size: -webkit-calc(37 * 100vw / 1920);
    font-size: -moz-calc(37 * 100vw / 1920);
    font-size: calc(37 * 100vw / 1920);
  }
  .s38 {
    font-size: -webkit-calc(38 * 100vw / 1920);
    font-size: -moz-calc(38 * 100vw / 1920);
    font-size: calc(38 * 100vw / 1920);
  }
  .s39 {
    font-size: -webkit-calc(39 * 100vw / 1920);
    font-size: -moz-calc(39 * 100vw / 1920);
    font-size: calc(39 * 100vw / 1920);
  }
  .s40 {
    font-size: -webkit-calc(40 * 100vw / 1920);
    font-size: -moz-calc(40 * 100vw / 1920);
    font-size: calc(40 * 100vw / 1920);
  }
  .s41 {
    font-size: -webkit-calc(41 * 100vw / 1920);
    font-size: -moz-calc(41 * 100vw / 1920);
    font-size: calc(41 * 100vw / 1920);
  }
  .s42 {
    font-size: -webkit-calc(42 * 100vw / 1920);
    font-size: -moz-calc(42 * 100vw / 1920);
    font-size: calc(42 * 100vw / 1920);
  }
  .s43 {
    font-size: -webkit-calc(43 * 100vw / 1920);
    font-size: -moz-calc(43 * 100vw / 1920);
    font-size: calc(43 * 100vw / 1920);
  }
  .s44 {
    font-size: -webkit-calc(44 * 100vw / 1920);
    font-size: -moz-calc(44 * 100vw / 1920);
    font-size: calc(44 * 100vw / 1920);
  }
  .s45 {
    font-size: -webkit-calc(45 * 100vw / 1920);
    font-size: -moz-calc(45 * 100vw / 1920);
    font-size: calc(45 * 100vw / 1920);
  }
  .s46 {
    font-size: -webkit-calc(46 * 100vw / 1920);
    font-size: -moz-calc(46 * 100vw / 1920);
    font-size: calc(46 * 100vw / 1920);
  }
  .s47 {
    font-size: -webkit-calc(47 * 100vw / 1920);
    font-size: -moz-calc(47 * 100vw / 1920);
    font-size: calc(47 * 100vw / 1920);
  }
  .s48 {
    font-size: -webkit-calc(48 * 100vw / 1920);
    font-size: -moz-calc(48 * 100vw / 1920);
    font-size: calc(48 * 100vw / 1920);
  }
  .s49 {
    font-size: -webkit-calc(49 * 100vw / 1920);
    font-size: -moz-calc(49 * 100vw / 1920);
    font-size: calc(49 * 100vw / 1920);
  }
  .s50 {
    font-size: -webkit-calc(50 * 100vw / 1920);
    font-size: -moz-calc(50 * 100vw / 1920);
    font-size: calc(50 * 100vw / 1920);
  }
  .s51 {
    font-size: -webkit-calc(51 * 100vw / 1920);
    font-size: -moz-calc(51 * 100vw / 1920);
    font-size: calc(51 * 100vw / 1920);
  }
  .s52 {
    font-size: -webkit-calc(52 * 100vw / 1920);
    font-size: -moz-calc(52 * 100vw / 1920);
    font-size: calc(52 * 100vw / 1920);
  }
  .s53 {
    font-size: -webkit-calc(53 * 100vw / 1920);
    font-size: -moz-calc(53 * 100vw / 1920);
    font-size: calc(53 * 100vw / 1920);
  }
  .s54 {
    font-size: -webkit-calc(54 * 100vw / 1920);
    font-size: -moz-calc(54 * 100vw / 1920);
    font-size: calc(54 * 100vw / 1920);
  }
  .s55 {
    font-size: -webkit-calc(55 * 100vw / 1920);
    font-size: -moz-calc(55 * 100vw / 1920);
    font-size: calc(55 * 100vw / 1920);
  }
  .s56 {
    font-size: -webkit-calc(56 * 100vw / 1920);
    font-size: -moz-calc(56 * 100vw / 1920);
    font-size: calc(56 * 100vw / 1920);
  }
  .s57 {
    font-size: -webkit-calc(57 * 100vw / 1920);
    font-size: -moz-calc(57 * 100vw / 1920);
    font-size: calc(57 * 100vw / 1920);
  }
  .s58 {
    font-size: -webkit-calc(58 * 100vw / 1920);
    font-size: -moz-calc(58 * 100vw / 1920);
    font-size: calc(58 * 100vw / 1920);
  }
  .s59 {
    font-size: -webkit-calc(59 * 100vw / 1920);
    font-size: -moz-calc(59 * 100vw / 1920);
    font-size: calc(59 * 100vw / 1920);
  }
  .s60 {
    font-size: -webkit-calc(60 * 100vw / 1920);
    font-size: -moz-calc(60 * 100vw / 1920);
    font-size: calc(60 * 100vw / 1920);
  }
  .s61 {
    font-size: -webkit-calc(61 * 100vw / 1920);
    font-size: -moz-calc(61 * 100vw / 1920);
    font-size: calc(61 * 100vw / 1920);
  }
  .s62 {
    font-size: -webkit-calc(62 * 100vw / 1920);
    font-size: -moz-calc(62 * 100vw / 1920);
    font-size: calc(62 * 100vw / 1920);
  }
  .s63 {
    font-size: -webkit-calc(63 * 100vw / 1920);
    font-size: -moz-calc(63 * 100vw / 1920);
    font-size: calc(63 * 100vw / 1920);
  }
  .s64 {
    font-size: -webkit-calc(64 * 100vw / 1920);
    font-size: -moz-calc(64 * 100vw / 1920);
    font-size: calc(64 * 100vw / 1920);
  }
  .s65 {
    font-size: -webkit-calc(65 * 100vw / 1920);
    font-size: -moz-calc(65 * 100vw / 1920);
    font-size: calc(65 * 100vw / 1920);
  }
  .s66 {
    font-size: -webkit-calc(66 * 100vw / 1920);
    font-size: -moz-calc(66 * 100vw / 1920);
    font-size: calc(66 * 100vw / 1920);
  }
  .s67 {
    font-size: -webkit-calc(67 * 100vw / 1920);
    font-size: -moz-calc(67 * 100vw / 1920);
    font-size: calc(67 * 100vw / 1920);
  }
  .s68 {
    font-size: -webkit-calc(68 * 100vw / 1920);
    font-size: -moz-calc(68 * 100vw / 1920);
    font-size: calc(68 * 100vw / 1920);
  }
  .s69 {
    font-size: -webkit-calc(69 * 100vw / 1920);
    font-size: -moz-calc(69 * 100vw / 1920);
    font-size: calc(69 * 100vw / 1920);
  }
  .s70 {
    font-size: -webkit-calc(70 * 100vw / 1920);
    font-size: -moz-calc(70 * 100vw / 1920);
    font-size: calc(70 * 100vw / 1920);
  }
  .s71 {
    font-size: -webkit-calc(71 * 100vw / 1920);
    font-size: -moz-calc(71 * 100vw / 1920);
    font-size: calc(71 * 100vw / 1920);
  }
  .s72 {
    font-size: -webkit-calc(72 * 100vw / 1920);
    font-size: -moz-calc(72 * 100vw / 1920);
    font-size: calc(72 * 100vw / 1920);
  }
  .s73 {
    font-size: -webkit-calc(73 * 100vw / 1920);
    font-size: -moz-calc(73 * 100vw / 1920);
    font-size: calc(73 * 100vw / 1920);
  }
  .s74 {
    font-size: -webkit-calc(74 * 100vw / 1920);
    font-size: -moz-calc(74 * 100vw / 1920);
    font-size: calc(74 * 100vw / 1920);
  }
  .s75 {
    font-size: -webkit-calc(75 * 100vw / 1920);
    font-size: -moz-calc(75 * 100vw / 1920);
    font-size: calc(75 * 100vw / 1920);
  }
  .s76 {
    font-size: -webkit-calc(76 * 100vw / 1920);
    font-size: -moz-calc(76 * 100vw / 1920);
    font-size: calc(76 * 100vw / 1920);
  }
  .s77 {
    font-size: -webkit-calc(77 * 100vw / 1920);
    font-size: -moz-calc(77 * 100vw / 1920);
    font-size: calc(77 * 100vw / 1920);
  }
  .s78 {
    font-size: -webkit-calc(78 * 100vw / 1920);
    font-size: -moz-calc(78 * 100vw / 1920);
    font-size: calc(78 * 100vw / 1920);
  }
  .s79 {
    font-size: -webkit-calc(79 * 100vw / 1920);
    font-size: -moz-calc(79 * 100vw / 1920);
    font-size: calc(79 * 100vw / 1920);
  }
  .s80 {
    font-size: -webkit-calc(80 * 100vw / 1920);
    font-size: -moz-calc(80 * 100vw / 1920);
    font-size: calc(80 * 100vw / 1920);
  }
  .s81 {
    font-size: -webkit-calc(81 * 100vw / 1920);
    font-size: -moz-calc(81 * 100vw / 1920);
    font-size: calc(81 * 100vw / 1920);
  }
  .s82 {
    font-size: -webkit-calc(82 * 100vw / 1920);
    font-size: -moz-calc(82 * 100vw / 1920);
    font-size: calc(82 * 100vw / 1920);
  }
  .s83 {
    font-size: -webkit-calc(83 * 100vw / 1920);
    font-size: -moz-calc(83 * 100vw / 1920);
    font-size: calc(83 * 100vw / 1920);
  }
  .s84 {
    font-size: -webkit-calc(84 * 100vw / 1920);
    font-size: -moz-calc(84 * 100vw / 1920);
    font-size: calc(84 * 100vw / 1920);
  }
  .s85 {
    font-size: -webkit-calc(85 * 100vw / 1920);
    font-size: -moz-calc(85 * 100vw / 1920);
    font-size: calc(85 * 100vw / 1920);
  }
  .s86 {
    font-size: -webkit-calc(86 * 100vw / 1920);
    font-size: -moz-calc(86 * 100vw / 1920);
    font-size: calc(86 * 100vw / 1920);
  }
  .s87 {
    font-size: -webkit-calc(87 * 100vw / 1920);
    font-size: -moz-calc(87 * 100vw / 1920);
    font-size: calc(87 * 100vw / 1920);
  }
  .s88 {
    font-size: -webkit-calc(88 * 100vw / 1920);
    font-size: -moz-calc(88 * 100vw / 1920);
    font-size: calc(88 * 100vw / 1920);
  }
  .s89 {
    font-size: -webkit-calc(89 * 100vw / 1920);
    font-size: -moz-calc(89 * 100vw / 1920);
    font-size: calc(89 * 100vw / 1920);
  }
  .s90 {
    font-size: -webkit-calc(90 * 100vw / 1920);
    font-size: -moz-calc(90 * 100vw / 1920);
    font-size: calc(90 * 100vw / 1920);
  }
  .s91 {
    font-size: -webkit-calc(91 * 100vw / 1920);
    font-size: -moz-calc(91 * 100vw / 1920);
    font-size: calc(91 * 100vw / 1920);
  }
  .s92 {
    font-size: -webkit-calc(92 * 100vw / 1920);
    font-size: -moz-calc(92 * 100vw / 1920);
    font-size: calc(92 * 100vw / 1920);
  }
  .s93 {
    font-size: -webkit-calc(93 * 100vw / 1920);
    font-size: -moz-calc(93 * 100vw / 1920);
    font-size: calc(93 * 100vw / 1920);
  }
  .s94 {
    font-size: -webkit-calc(94 * 100vw / 1920);
    font-size: -moz-calc(94 * 100vw / 1920);
    font-size: calc(94 * 100vw / 1920);
  }
  .s95 {
    font-size: -webkit-calc(95 * 100vw / 1920);
    font-size: -moz-calc(95 * 100vw / 1920);
    font-size: calc(95 * 100vw / 1920);
  }
  .s96 {
    font-size: -webkit-calc(96 * 100vw / 1920);
    font-size: -moz-calc(96 * 100vw / 1920);
    font-size: calc(96 * 100vw / 1920);
  }
  .s97 {
    font-size: -webkit-calc(97 * 100vw / 1920);
    font-size: -moz-calc(97 * 100vw / 1920);
    font-size: calc(97 * 100vw / 1920);
  }
  .s98 {
    font-size: -webkit-calc(98 * 100vw / 1920);
    font-size: -moz-calc(98 * 100vw / 1920);
    font-size: calc(98 * 100vw / 1920);
  }
  .s99 {
    font-size: -webkit-calc(99 * 100vw / 1920);
    font-size: -moz-calc(99 * 100vw / 1920);
    font-size: calc(99 * 100vw / 1920);
  }
  .s100 {
    font-size: -webkit-calc(100 * 100vw / 1920);
    font-size: -moz-calc(100 * 100vw / 1920);
    font-size: calc(100 * 100vw / 1920);
  }
}
@media (max-width: 1920px) and (min-width: 551px) {
  .s12 {
    font-size: 12px;
  }
  .s13 {
    font-size: -webkit-calc(12px + 1 * 100vw / 1920);
    font-size: -moz-calc(12px + 1 * 100vw / 1920);
    font-size: calc(12px + 1 * 100vw / 1920);
  }
  .s14 {
    font-size: -webkit-calc(12px + 2 * 100vw / 1920);
    font-size: -moz-calc(12px + 2 * 100vw / 1920);
    font-size: calc(12px + 2 * 100vw / 1920);
  }
  .s15 {
    font-size: -webkit-calc(12px + 3 * 100vw / 1920);
    font-size: -moz-calc(12px + 3 * 100vw / 1920);
    font-size: calc(12px + 3 * 100vw / 1920);
  }
  .s16 {
    font-size: -webkit-calc(12px + 4 * 100vw / 1920);
    font-size: -moz-calc(12px + 4 * 100vw / 1920);
    font-size: calc(12px + 4 * 100vw / 1920);
  }
  .s17 {
    font-size: -webkit-calc(12px + 5 * 100vw / 1920);
    font-size: -moz-calc(12px + 5 * 100vw / 1920);
    font-size: calc(12px + 5 * 100vw / 1920);
  }
  .s18 {
    font-size: -webkit-calc(12px + 6 * 100vw / 1920);
    font-size: -moz-calc(12px + 6 * 100vw / 1920);
    font-size: calc(12px + 6 * 100vw / 1920);
  }
  .s19 {
    font-size: -webkit-calc(12px + 7 * 100vw / 1920);
    font-size: -moz-calc(12px + 7 * 100vw / 1920);
    font-size: calc(12px + 7 * 100vw / 1920);
  }
  .s20 {
    font-size: -webkit-calc(12px + 8 * 100vw / 1920);
    font-size: -moz-calc(12px + 8 * 100vw / 1920);
    font-size: calc(12px + 8 * 100vw / 1920);
  }
  .s21 {
    font-size: -webkit-calc(12px + 9 * 100vw / 1920);
    font-size: -moz-calc(12px + 9 * 100vw / 1920);
    font-size: calc(12px + 9 * 100vw / 1920);
  }
  .s22 {
    font-size: -webkit-calc(12px + 10 * 100vw / 1920);
    font-size: -moz-calc(12px + 10 * 100vw / 1920);
    font-size: calc(12px + 10 * 100vw / 1920);
  }
  .s23 {
    font-size: -webkit-calc(12px + 11 * 100vw / 1920);
    font-size: -moz-calc(12px + 11 * 100vw / 1920);
    font-size: calc(12px + 11 * 100vw / 1920);
  }
  .s24 {
    font-size: -webkit-calc(12px + 12 * 100vw / 1920);
    font-size: -moz-calc(12px + 12 * 100vw / 1920);
    font-size: calc(12px + 12 * 100vw / 1920);
  }
  .s25 {
    font-size: -webkit-calc(12px + 13 * 100vw / 1920);
    font-size: -moz-calc(12px + 13 * 100vw / 1920);
    font-size: calc(12px + 13 * 100vw / 1920);
  }
  .s26 {
    font-size: -webkit-calc(12px + 14 * 100vw / 1920);
    font-size: -moz-calc(12px + 14 * 100vw / 1920);
    font-size: calc(12px + 14 * 100vw / 1920);
  }
  .s27 {
    font-size: -webkit-calc(12px + 15 * 100vw / 1920);
    font-size: -moz-calc(12px + 15 * 100vw / 1920);
    font-size: calc(12px + 15 * 100vw / 1920);
  }
  .s28 {
    font-size: -webkit-calc(12px + 16 * 100vw / 1920);
    font-size: -moz-calc(12px + 16 * 100vw / 1920);
    font-size: calc(12px + 16 * 100vw / 1920);
  }
  .s29 {
    font-size: -webkit-calc(12px + 17 * 100vw / 1920);
    font-size: -moz-calc(12px + 17 * 100vw / 1920);
    font-size: calc(12px + 17 * 100vw / 1920);
  }
  .s30 {
    font-size: -webkit-calc(12px + 18 * 100vw / 1920);
    font-size: -moz-calc(12px + 18 * 100vw / 1920);
    font-size: calc(12px + 18 * 100vw / 1920);
  }
  .s31 {
    font-size: -webkit-calc(12px + 19 * 100vw / 1920);
    font-size: -moz-calc(12px + 19 * 100vw / 1920);
    font-size: calc(12px + 19 * 100vw / 1920);
  }
  .s32 {
    font-size: -webkit-calc(12px + 20 * 100vw / 1920);
    font-size: -moz-calc(12px + 20 * 100vw / 1920);
    font-size: calc(12px + 20 * 100vw / 1920);
  }
  .s33 {
    font-size: -webkit-calc(12px + 21 * 100vw / 1920);
    font-size: -moz-calc(12px + 21 * 100vw / 1920);
    font-size: calc(12px + 21 * 100vw / 1920);
  }
  .s34 {
    font-size: -webkit-calc(12px + 22 * 100vw / 1920);
    font-size: -moz-calc(12px + 22 * 100vw / 1920);
    font-size: calc(12px + 22 * 100vw / 1920);
  }
  .s35 {
    font-size: -webkit-calc(12px + 23 * 100vw / 1920);
    font-size: -moz-calc(12px + 23 * 100vw / 1920);
    font-size: calc(12px + 23 * 100vw / 1920);
  }
  .s36 {
    font-size: -webkit-calc(12px + 24 * 100vw / 1920);
    font-size: -moz-calc(12px + 24 * 100vw / 1920);
    font-size: calc(12px + 24 * 100vw / 1920);
  }
  .s37 {
    font-size: -webkit-calc(12px + 25 * 100vw / 1920);
    font-size: -moz-calc(12px + 25 * 100vw / 1920);
    font-size: calc(12px + 25 * 100vw / 1920);
  }
  .s38 {
    font-size: -webkit-calc(12px + 26 * 100vw / 1920);
    font-size: -moz-calc(12px + 26 * 100vw / 1920);
    font-size: calc(12px + 26 * 100vw / 1920);
  }
  .s39 {
    font-size: -webkit-calc(12px + 27 * 100vw / 1920);
    font-size: -moz-calc(12px + 27 * 100vw / 1920);
    font-size: calc(12px + 27 * 100vw / 1920);
  }
  .s40 {
    font-size: -webkit-calc(12px + 28 * 100vw / 1920);
    font-size: -moz-calc(12px + 28 * 100vw / 1920);
    font-size: calc(12px + 28 * 100vw / 1920);
  }
  .s41 {
    font-size: -webkit-calc(12px + 29 * 100vw / 1920);
    font-size: -moz-calc(12px + 29 * 100vw / 1920);
    font-size: calc(12px + 29 * 100vw / 1920);
  }
  .s42 {
    font-size: -webkit-calc(12px + 30 * 100vw / 1920);
    font-size: -moz-calc(12px + 30 * 100vw / 1920);
    font-size: calc(12px + 30 * 100vw / 1920);
  }
  .s43 {
    font-size: -webkit-calc(12px + 31 * 100vw / 1920);
    font-size: -moz-calc(12px + 31 * 100vw / 1920);
    font-size: calc(12px + 31 * 100vw / 1920);
  }
  .s44 {
    font-size: -webkit-calc(12px + 32 * 100vw / 1920);
    font-size: -moz-calc(12px + 32 * 100vw / 1920);
    font-size: calc(12px + 32 * 100vw / 1920);
  }
  .s45 {
    font-size: -webkit-calc(12px + 33 * 100vw / 1920);
    font-size: -moz-calc(12px + 33 * 100vw / 1920);
    font-size: calc(12px + 33 * 100vw / 1920);
  }
  .s46 {
    font-size: -webkit-calc(12px + 34 * 100vw / 1920);
    font-size: -moz-calc(12px + 34 * 100vw / 1920);
    font-size: calc(12px + 34 * 100vw / 1920);
  }
  .s47 {
    font-size: -webkit-calc(12px + 35 * 100vw / 1920);
    font-size: -moz-calc(12px + 35 * 100vw / 1920);
    font-size: calc(12px + 35 * 100vw / 1920);
  }
  .s48 {
    font-size: -webkit-calc(12px + 36 * 100vw / 1920);
    font-size: -moz-calc(12px + 36 * 100vw / 1920);
    font-size: calc(12px + 36 * 100vw / 1920);
  }
  .s49 {
    font-size: -webkit-calc(12px + 37 * 100vw / 1920);
    font-size: -moz-calc(12px + 37 * 100vw / 1920);
    font-size: calc(12px + 37 * 100vw / 1920);
  }
  .s50 {
    font-size: -webkit-calc(12px + 38 * 100vw / 1920);
    font-size: -moz-calc(12px + 38 * 100vw / 1920);
    font-size: calc(12px + 38 * 100vw / 1920);
  }
  .s51 {
    font-size: -webkit-calc(12px + 39 * 100vw / 1920);
    font-size: -moz-calc(12px + 39 * 100vw / 1920);
    font-size: calc(12px + 39 * 100vw / 1920);
  }
  .s52 {
    font-size: -webkit-calc(12px + 40 * 100vw / 1920);
    font-size: -moz-calc(12px + 40 * 100vw / 1920);
    font-size: calc(12px + 40 * 100vw / 1920);
  }
  .s53 {
    font-size: -webkit-calc(12px + 41 * 100vw / 1920);
    font-size: -moz-calc(12px + 41 * 100vw / 1920);
    font-size: calc(12px + 41 * 100vw / 1920);
  }
  .s54 {
    font-size: -webkit-calc(12px + 42 * 100vw / 1920);
    font-size: -moz-calc(12px + 42 * 100vw / 1920);
    font-size: calc(12px + 42 * 100vw / 1920);
  }
  .s55 {
    font-size: -webkit-calc(12px + 43 * 100vw / 1920);
    font-size: -moz-calc(12px + 43 * 100vw / 1920);
    font-size: calc(12px + 43 * 100vw / 1920);
  }
  .s56 {
    font-size: -webkit-calc(12px + 44 * 100vw / 1920);
    font-size: -moz-calc(12px + 44 * 100vw / 1920);
    font-size: calc(12px + 44 * 100vw / 1920);
  }
  .s57 {
    font-size: -webkit-calc(12px + 45 * 100vw / 1920);
    font-size: -moz-calc(12px + 45 * 100vw / 1920);
    font-size: calc(12px + 45 * 100vw / 1920);
  }
  .s58 {
    font-size: -webkit-calc(12px + 46 * 100vw / 1920);
    font-size: -moz-calc(12px + 46 * 100vw / 1920);
    font-size: calc(12px + 46 * 100vw / 1920);
  }
  .s59 {
    font-size: -webkit-calc(12px + 47 * 100vw / 1920);
    font-size: -moz-calc(12px + 47 * 100vw / 1920);
    font-size: calc(12px + 47 * 100vw / 1920);
  }
  .s60 {
    font-size: -webkit-calc(12px + 48 * 100vw / 1920);
    font-size: -moz-calc(12px + 48 * 100vw / 1920);
    font-size: calc(12px + 48 * 100vw / 1920);
  }
  .s61 {
    font-size: -webkit-calc(12px + 49 * 100vw / 1920);
    font-size: -moz-calc(12px + 49 * 100vw / 1920);
    font-size: calc(12px + 49 * 100vw / 1920);
  }
  .s62 {
    font-size: -webkit-calc(12px + 50 * 100vw / 1920);
    font-size: -moz-calc(12px + 50 * 100vw / 1920);
    font-size: calc(12px + 50 * 100vw / 1920);
  }
  .s63 {
    font-size: -webkit-calc(12px + 51 * 100vw / 1920);
    font-size: -moz-calc(12px + 51 * 100vw / 1920);
    font-size: calc(12px + 51 * 100vw / 1920);
  }
  .s64 {
    font-size: -webkit-calc(12px + 52 * 100vw / 1920);
    font-size: -moz-calc(12px + 52 * 100vw / 1920);
    font-size: calc(12px + 52 * 100vw / 1920);
  }
  .s65 {
    font-size: -webkit-calc(12px + 53 * 100vw / 1920);
    font-size: -moz-calc(12px + 53 * 100vw / 1920);
    font-size: calc(12px + 53 * 100vw / 1920);
  }
  .s66 {
    font-size: -webkit-calc(12px + 54 * 100vw / 1920);
    font-size: -moz-calc(12px + 54 * 100vw / 1920);
    font-size: calc(12px + 54 * 100vw / 1920);
  }
  .s67 {
    font-size: -webkit-calc(12px + 55 * 100vw / 1920);
    font-size: -moz-calc(12px + 55 * 100vw / 1920);
    font-size: calc(12px + 55 * 100vw / 1920);
  }
  .s68 {
    font-size: -webkit-calc(12px + 56 * 100vw / 1920);
    font-size: -moz-calc(12px + 56 * 100vw / 1920);
    font-size: calc(12px + 56 * 100vw / 1920);
  }
  .s69 {
    font-size: -webkit-calc(12px + 57 * 100vw / 1920);
    font-size: -moz-calc(12px + 57 * 100vw / 1920);
    font-size: calc(12px + 57 * 100vw / 1920);
  }
  .s70 {
    font-size: -webkit-calc(12px + 58 * 100vw / 1920);
    font-size: -moz-calc(12px + 58 * 100vw / 1920);
    font-size: calc(12px + 58 * 100vw / 1920);
  }
  .s71 {
    font-size: -webkit-calc(12px + 59 * 100vw / 1920);
    font-size: -moz-calc(12px + 59 * 100vw / 1920);
    font-size: calc(12px + 59 * 100vw / 1920);
  }
  .s72 {
    font-size: -webkit-calc(12px + 60 * 100vw / 1920);
    font-size: -moz-calc(12px + 60 * 100vw / 1920);
    font-size: calc(12px + 60 * 100vw / 1920);
  }
  .s73 {
    font-size: -webkit-calc(12px + 61 * 100vw / 1920);
    font-size: -moz-calc(12px + 61 * 100vw / 1920);
    font-size: calc(12px + 61 * 100vw / 1920);
  }
  .s74 {
    font-size: -webkit-calc(12px + 62 * 100vw / 1920);
    font-size: -moz-calc(12px + 62 * 100vw / 1920);
    font-size: calc(12px + 62 * 100vw / 1920);
  }
  .s75 {
    font-size: -webkit-calc(12px + 63 * 100vw / 1920);
    font-size: -moz-calc(12px + 63 * 100vw / 1920);
    font-size: calc(12px + 63 * 100vw / 1920);
  }
  .s76 {
    font-size: -webkit-calc(12px + 64 * 100vw / 1920);
    font-size: -moz-calc(12px + 64 * 100vw / 1920);
    font-size: calc(12px + 64 * 100vw / 1920);
  }
  .s77 {
    font-size: -webkit-calc(12px + 65 * 100vw / 1920);
    font-size: -moz-calc(12px + 65 * 100vw / 1920);
    font-size: calc(12px + 65 * 100vw / 1920);
  }
  .s78 {
    font-size: -webkit-calc(12px + 66 * 100vw / 1920);
    font-size: -moz-calc(12px + 66 * 100vw / 1920);
    font-size: calc(12px + 66 * 100vw / 1920);
  }
  .s79 {
    font-size: -webkit-calc(12px + 67 * 100vw / 1920);
    font-size: -moz-calc(12px + 67 * 100vw / 1920);
    font-size: calc(12px + 67 * 100vw / 1920);
  }
  .s80 {
    font-size: -webkit-calc(12px + 68 * 100vw / 1920);
    font-size: -moz-calc(12px + 68 * 100vw / 1920);
    font-size: calc(12px + 68 * 100vw / 1920);
  }
  .s81 {
    font-size: -webkit-calc(12px + 69 * 100vw / 1920);
    font-size: -moz-calc(12px + 69 * 100vw / 1920);
    font-size: calc(12px + 69 * 100vw / 1920);
  }
  .s82 {
    font-size: -webkit-calc(12px + 70 * 100vw / 1920);
    font-size: -moz-calc(12px + 70 * 100vw / 1920);
    font-size: calc(12px + 70 * 100vw / 1920);
  }
  .s83 {
    font-size: -webkit-calc(12px + 71 * 100vw / 1920);
    font-size: -moz-calc(12px + 71 * 100vw / 1920);
    font-size: calc(12px + 71 * 100vw / 1920);
  }
  .s84 {
    font-size: -webkit-calc(12px + 72 * 100vw / 1920);
    font-size: -moz-calc(12px + 72 * 100vw / 1920);
    font-size: calc(12px + 72 * 100vw / 1920);
  }
  .s85 {
    font-size: -webkit-calc(12px + 73 * 100vw / 1920);
    font-size: -moz-calc(12px + 73 * 100vw / 1920);
    font-size: calc(12px + 73 * 100vw / 1920);
  }
  .s86 {
    font-size: -webkit-calc(12px + 74 * 100vw / 1920);
    font-size: -moz-calc(12px + 74 * 100vw / 1920);
    font-size: calc(12px + 74 * 100vw / 1920);
  }
  .s87 {
    font-size: -webkit-calc(12px + 75 * 100vw / 1920);
    font-size: -moz-calc(12px + 75 * 100vw / 1920);
    font-size: calc(12px + 75 * 100vw / 1920);
  }
  .s88 {
    font-size: -webkit-calc(12px + 76 * 100vw / 1920);
    font-size: -moz-calc(12px + 76 * 100vw / 1920);
    font-size: calc(12px + 76 * 100vw / 1920);
  }
  .s89 {
    font-size: -webkit-calc(12px + 77 * 100vw / 1920);
    font-size: -moz-calc(12px + 77 * 100vw / 1920);
    font-size: calc(12px + 77 * 100vw / 1920);
  }
  .s90 {
    font-size: -webkit-calc(12px + 78 * 100vw / 1920);
    font-size: -moz-calc(12px + 78 * 100vw / 1920);
    font-size: calc(12px + 78 * 100vw / 1920);
  }
  .s91 {
    font-size: -webkit-calc(12px + 79 * 100vw / 1920);
    font-size: -moz-calc(12px + 79 * 100vw / 1920);
    font-size: calc(12px + 79 * 100vw / 1920);
  }
  .s92 {
    font-size: -webkit-calc(12px + 80 * 100vw / 1920);
    font-size: -moz-calc(12px + 80 * 100vw / 1920);
    font-size: calc(12px + 80 * 100vw / 1920);
  }
  .s93 {
    font-size: -webkit-calc(12px + 81 * 100vw / 1920);
    font-size: -moz-calc(12px + 81 * 100vw / 1920);
    font-size: calc(12px + 81 * 100vw / 1920);
  }
  .s94 {
    font-size: -webkit-calc(12px + 82 * 100vw / 1920);
    font-size: -moz-calc(12px + 82 * 100vw / 1920);
    font-size: calc(12px + 82 * 100vw / 1920);
  }
  .s95 {
    font-size: -webkit-calc(12px + 83 * 100vw / 1920);
    font-size: -moz-calc(12px + 83 * 100vw / 1920);
    font-size: calc(12px + 83 * 100vw / 1920);
  }
  .s96 {
    font-size: -webkit-calc(12px + 84 * 100vw / 1920);
    font-size: -moz-calc(12px + 84 * 100vw / 1920);
    font-size: calc(12px + 84 * 100vw / 1920);
  }
  .s97 {
    font-size: -webkit-calc(12px + 85 * 100vw / 1920);
    font-size: -moz-calc(12px + 85 * 100vw / 1920);
    font-size: calc(12px + 85 * 100vw / 1920);
  }
  .s98 {
    font-size: -webkit-calc(12px + 86 * 100vw / 1920);
    font-size: -moz-calc(12px + 86 * 100vw / 1920);
    font-size: calc(12px + 86 * 100vw / 1920);
  }
  .s99 {
    font-size: -webkit-calc(12px + 87 * 100vw / 1920);
    font-size: -moz-calc(12px + 87 * 100vw / 1920);
    font-size: calc(12px + 87 * 100vw / 1920);
  }
  .s100 {
    font-size: -webkit-calc(12px + 88 * 100vw / 1920);
    font-size: -moz-calc(12px + 88 * 100vw / 1920);
    font-size: calc(12px + 88 * 100vw / 1920);
  }
}
@media (max-width: 551px) {
  .s12 {
    font-size: 12px;
  }
  .s13 {
    font-size: -webkit-calc(12px + 1 * 550px / 1920);
    font-size: -moz-calc(12px + 1 * 550px / 1920);
    font-size: calc(12px + 1 * 550px / 1920);
  }
  .s14 {
    font-size: -webkit-calc(12px + 2 * 550px / 1920);
    font-size: -moz-calc(12px + 2 * 550px / 1920);
    font-size: calc(12px + 2 * 550px / 1920);
  }
  .s15 {
    font-size: -webkit-calc(12px + 3 * 550px / 1920);
    font-size: -moz-calc(12px + 3 * 550px / 1920);
    font-size: calc(12px + 3 * 550px / 1920);
  }
  .s16 {
    font-size: -webkit-calc(12px + 4 * 550px / 1920);
    font-size: -moz-calc(12px + 4 * 550px / 1920);
    font-size: calc(12px + 4 * 550px / 1920);
  }
  .s17 {
    font-size: -webkit-calc(12px + 5 * 550px / 1920);
    font-size: -moz-calc(12px + 5 * 550px / 1920);
    font-size: calc(12px + 5 * 550px / 1920);
  }
  .s18 {
    font-size: -webkit-calc(12px + 6 * 550px / 1920);
    font-size: -moz-calc(12px + 6 * 550px / 1920);
    font-size: calc(12px + 6 * 550px / 1920);
  }
  .s19 {
    font-size: -webkit-calc(12px + 7 * 550px / 1920);
    font-size: -moz-calc(12px + 7 * 550px / 1920);
    font-size: calc(12px + 7 * 550px / 1920);
  }
  .s20 {
    font-size: -webkit-calc(12px + 8 * 550px / 1920);
    font-size: -moz-calc(12px + 8 * 550px / 1920);
    font-size: calc(12px + 8 * 550px / 1920);
  }
  .s21 {
    font-size: -webkit-calc(12px + 9 * 550px / 1920);
    font-size: -moz-calc(12px + 9 * 550px / 1920);
    font-size: calc(12px + 9 * 550px / 1920);
  }
  .s22 {
    font-size: -webkit-calc(12px + 10 * 550px / 1920);
    font-size: -moz-calc(12px + 10 * 550px / 1920);
    font-size: calc(12px + 10 * 550px / 1920);
  }
  .s23 {
    font-size: -webkit-calc(12px + 11 * 550px / 1920);
    font-size: -moz-calc(12px + 11 * 550px / 1920);
    font-size: calc(12px + 11 * 550px / 1920);
  }
  .s24 {
    font-size: -webkit-calc(12px + 12 * 550px / 1920);
    font-size: -moz-calc(12px + 12 * 550px / 1920);
    font-size: calc(12px + 12 * 550px / 1920);
  }
  .s25 {
    font-size: -webkit-calc(12px + 13 * 550px / 1920);
    font-size: -moz-calc(12px + 13 * 550px / 1920);
    font-size: calc(12px + 13 * 550px / 1920);
  }
  .s26 {
    font-size: -webkit-calc(12px + 14 * 550px / 1920);
    font-size: -moz-calc(12px + 14 * 550px / 1920);
    font-size: calc(12px + 14 * 550px / 1920);
  }
  .s27 {
    font-size: -webkit-calc(12px + 15 * 550px / 1920);
    font-size: -moz-calc(12px + 15 * 550px / 1920);
    font-size: calc(12px + 15 * 550px / 1920);
  }
  .s28 {
    font-size: -webkit-calc(12px + 16 * 550px / 1920);
    font-size: -moz-calc(12px + 16 * 550px / 1920);
    font-size: calc(12px + 16 * 550px / 1920);
  }
  .s29 {
    font-size: -webkit-calc(12px + 17 * 550px / 1920);
    font-size: -moz-calc(12px + 17 * 550px / 1920);
    font-size: calc(12px + 17 * 550px / 1920);
  }
  .s30 {
    font-size: -webkit-calc(12px + 18 * 550px / 1920);
    font-size: -moz-calc(12px + 18 * 550px / 1920);
    font-size: calc(12px + 18 * 550px / 1920);
  }
  .s31 {
    font-size: -webkit-calc(12px + 19 * 550px / 1920);
    font-size: -moz-calc(12px + 19 * 550px / 1920);
    font-size: calc(12px + 19 * 550px / 1920);
  }
  .s32 {
    font-size: -webkit-calc(12px + 20 * 550px / 1920);
    font-size: -moz-calc(12px + 20 * 550px / 1920);
    font-size: calc(12px + 20 * 550px / 1920);
  }
  .s33 {
    font-size: -webkit-calc(12px + 21 * 550px / 1920);
    font-size: -moz-calc(12px + 21 * 550px / 1920);
    font-size: calc(12px + 21 * 550px / 1920);
  }
  .s34 {
    font-size: -webkit-calc(12px + 22 * 550px / 1920);
    font-size: -moz-calc(12px + 22 * 550px / 1920);
    font-size: calc(12px + 22 * 550px / 1920);
  }
  .s35 {
    font-size: -webkit-calc(12px + 23 * 550px / 1920);
    font-size: -moz-calc(12px + 23 * 550px / 1920);
    font-size: calc(12px + 23 * 550px / 1920);
  }
  .s36 {
    font-size: -webkit-calc(12px + 24 * 550px / 1920);
    font-size: -moz-calc(12px + 24 * 550px / 1920);
    font-size: calc(12px + 24 * 550px / 1920);
  }
  .s37 {
    font-size: -webkit-calc(12px + 25 * 550px / 1920);
    font-size: -moz-calc(12px + 25 * 550px / 1920);
    font-size: calc(12px + 25 * 550px / 1920);
  }
  .s38 {
    font-size: -webkit-calc(12px + 26 * 550px / 1920);
    font-size: -moz-calc(12px + 26 * 550px / 1920);
    font-size: calc(12px + 26 * 550px / 1920);
  }
  .s39 {
    font-size: -webkit-calc(12px + 27 * 550px / 1920);
    font-size: -moz-calc(12px + 27 * 550px / 1920);
    font-size: calc(12px + 27 * 550px / 1920);
  }
  .s40 {
    font-size: -webkit-calc(12px + 28 * 550px / 1920);
    font-size: -moz-calc(12px + 28 * 550px / 1920);
    font-size: calc(12px + 28 * 550px / 1920);
  }
  .s41 {
    font-size: -webkit-calc(12px + 29 * 550px / 1920);
    font-size: -moz-calc(12px + 29 * 550px / 1920);
    font-size: calc(12px + 29 * 550px / 1920);
  }
  .s42 {
    font-size: -webkit-calc(12px + 30 * 550px / 1920);
    font-size: -moz-calc(12px + 30 * 550px / 1920);
    font-size: calc(12px + 30 * 550px / 1920);
  }
  .s43 {
    font-size: -webkit-calc(12px + 31 * 550px / 1920);
    font-size: -moz-calc(12px + 31 * 550px / 1920);
    font-size: calc(12px + 31 * 550px / 1920);
  }
  .s44 {
    font-size: -webkit-calc(12px + 32 * 550px / 1920);
    font-size: -moz-calc(12px + 32 * 550px / 1920);
    font-size: calc(12px + 32 * 550px / 1920);
  }
  .s45 {
    font-size: -webkit-calc(12px + 33 * 550px / 1920);
    font-size: -moz-calc(12px + 33 * 550px / 1920);
    font-size: calc(12px + 33 * 550px / 1920);
  }
  .s46 {
    font-size: -webkit-calc(12px + 34 * 550px / 1920);
    font-size: -moz-calc(12px + 34 * 550px / 1920);
    font-size: calc(12px + 34 * 550px / 1920);
  }
  .s47 {
    font-size: -webkit-calc(12px + 35 * 550px / 1920);
    font-size: -moz-calc(12px + 35 * 550px / 1920);
    font-size: calc(12px + 35 * 550px / 1920);
  }
  .s48 {
    font-size: -webkit-calc(12px + 36 * 550px / 1920);
    font-size: -moz-calc(12px + 36 * 550px / 1920);
    font-size: calc(12px + 36 * 550px / 1920);
  }
  .s49 {
    font-size: -webkit-calc(12px + 37 * 550px / 1920);
    font-size: -moz-calc(12px + 37 * 550px / 1920);
    font-size: calc(12px + 37 * 550px / 1920);
  }
  .s50 {
    font-size: -webkit-calc(12px + 38 * 550px / 1920);
    font-size: -moz-calc(12px + 38 * 550px / 1920);
    font-size: calc(12px + 38 * 550px / 1920);
  }
  .s51 {
    font-size: -webkit-calc(12px + 39 * 550px / 1920);
    font-size: -moz-calc(12px + 39 * 550px / 1920);
    font-size: calc(12px + 39 * 550px / 1920);
  }
  .s52 {
    font-size: -webkit-calc(12px + 40 * 550px / 1920);
    font-size: -moz-calc(12px + 40 * 550px / 1920);
    font-size: calc(12px + 40 * 550px / 1920);
  }
  .s53 {
    font-size: -webkit-calc(12px + 41 * 550px / 1920);
    font-size: -moz-calc(12px + 41 * 550px / 1920);
    font-size: calc(12px + 41 * 550px / 1920);
  }
  .s54 {
    font-size: -webkit-calc(12px + 42 * 550px / 1920);
    font-size: -moz-calc(12px + 42 * 550px / 1920);
    font-size: calc(12px + 42 * 550px / 1920);
  }
  .s55 {
    font-size: -webkit-calc(12px + 43 * 550px / 1920);
    font-size: -moz-calc(12px + 43 * 550px / 1920);
    font-size: calc(12px + 43 * 550px / 1920);
  }
  .s56 {
    font-size: -webkit-calc(12px + 44 * 550px / 1920);
    font-size: -moz-calc(12px + 44 * 550px / 1920);
    font-size: calc(12px + 44 * 550px / 1920);
  }
  .s57 {
    font-size: -webkit-calc(12px + 45 * 550px / 1920);
    font-size: -moz-calc(12px + 45 * 550px / 1920);
    font-size: calc(12px + 45 * 550px / 1920);
  }
  .s58 {
    font-size: -webkit-calc(12px + 46 * 550px / 1920);
    font-size: -moz-calc(12px + 46 * 550px / 1920);
    font-size: calc(12px + 46 * 550px / 1920);
  }
  .s59 {
    font-size: -webkit-calc(12px + 47 * 550px / 1920);
    font-size: -moz-calc(12px + 47 * 550px / 1920);
    font-size: calc(12px + 47 * 550px / 1920);
  }
  .s60 {
    font-size: -webkit-calc(12px + 48 * 550px / 1920);
    font-size: -moz-calc(12px + 48 * 550px / 1920);
    font-size: calc(12px + 48 * 550px / 1920);
  }
  .s61 {
    font-size: -webkit-calc(12px + 49 * 550px / 1920);
    font-size: -moz-calc(12px + 49 * 550px / 1920);
    font-size: calc(12px + 49 * 550px / 1920);
  }
  .s62 {
    font-size: -webkit-calc(12px + 50 * 550px / 1920);
    font-size: -moz-calc(12px + 50 * 550px / 1920);
    font-size: calc(12px + 50 * 550px / 1920);
  }
  .s63 {
    font-size: -webkit-calc(12px + 51 * 550px / 1920);
    font-size: -moz-calc(12px + 51 * 550px / 1920);
    font-size: calc(12px + 51 * 550px / 1920);
  }
  .s64 {
    font-size: -webkit-calc(12px + 52 * 550px / 1920);
    font-size: -moz-calc(12px + 52 * 550px / 1920);
    font-size: calc(12px + 52 * 550px / 1920);
  }
  .s65 {
    font-size: -webkit-calc(12px + 53 * 550px / 1920);
    font-size: -moz-calc(12px + 53 * 550px / 1920);
    font-size: calc(12px + 53 * 550px / 1920);
  }
  .s66 {
    font-size: -webkit-calc(12px + 54 * 550px / 1920);
    font-size: -moz-calc(12px + 54 * 550px / 1920);
    font-size: calc(12px + 54 * 550px / 1920);
  }
  .s67 {
    font-size: -webkit-calc(12px + 55 * 550px / 1920);
    font-size: -moz-calc(12px + 55 * 550px / 1920);
    font-size: calc(12px + 55 * 550px / 1920);
  }
  .s68 {
    font-size: -webkit-calc(12px + 56 * 550px / 1920);
    font-size: -moz-calc(12px + 56 * 550px / 1920);
    font-size: calc(12px + 56 * 550px / 1920);
  }
  .s69 {
    font-size: -webkit-calc(12px + 57 * 550px / 1920);
    font-size: -moz-calc(12px + 57 * 550px / 1920);
    font-size: calc(12px + 57 * 550px / 1920);
  }
  .s70 {
    font-size: -webkit-calc(12px + 58 * 550px / 1920);
    font-size: -moz-calc(12px + 58 * 550px / 1920);
    font-size: calc(12px + 58 * 550px / 1920);
  }
  .s71 {
    font-size: -webkit-calc(12px + 59 * 550px / 1920);
    font-size: -moz-calc(12px + 59 * 550px / 1920);
    font-size: calc(12px + 59 * 550px / 1920);
  }
  .s72 {
    font-size: -webkit-calc(12px + 60 * 550px / 1920);
    font-size: -moz-calc(12px + 60 * 550px / 1920);
    font-size: calc(12px + 60 * 550px / 1920);
  }
  .s73 {
    font-size: -webkit-calc(12px + 61 * 550px / 1920);
    font-size: -moz-calc(12px + 61 * 550px / 1920);
    font-size: calc(12px + 61 * 550px / 1920);
  }
  .s74 {
    font-size: -webkit-calc(12px + 62 * 550px / 1920);
    font-size: -moz-calc(12px + 62 * 550px / 1920);
    font-size: calc(12px + 62 * 550px / 1920);
  }
  .s75 {
    font-size: -webkit-calc(12px + 63 * 550px / 1920);
    font-size: -moz-calc(12px + 63 * 550px / 1920);
    font-size: calc(12px + 63 * 550px / 1920);
  }
  .s76 {
    font-size: -webkit-calc(12px + 64 * 550px / 1920);
    font-size: -moz-calc(12px + 64 * 550px / 1920);
    font-size: calc(12px + 64 * 550px / 1920);
  }
  .s77 {
    font-size: -webkit-calc(12px + 65 * 550px / 1920);
    font-size: -moz-calc(12px + 65 * 550px / 1920);
    font-size: calc(12px + 65 * 550px / 1920);
  }
  .s78 {
    font-size: -webkit-calc(12px + 66 * 550px / 1920);
    font-size: -moz-calc(12px + 66 * 550px / 1920);
    font-size: calc(12px + 66 * 550px / 1920);
  }
  .s79 {
    font-size: -webkit-calc(12px + 67 * 550px / 1920);
    font-size: -moz-calc(12px + 67 * 550px / 1920);
    font-size: calc(12px + 67 * 550px / 1920);
  }
  .s80 {
    font-size: -webkit-calc(12px + 68 * 550px / 1920);
    font-size: -moz-calc(12px + 68 * 550px / 1920);
    font-size: calc(12px + 68 * 550px / 1920);
  }
  .s81 {
    font-size: -webkit-calc(12px + 69 * 550px / 1920);
    font-size: -moz-calc(12px + 69 * 550px / 1920);
    font-size: calc(12px + 69 * 550px / 1920);
  }
  .s82 {
    font-size: -webkit-calc(12px + 70 * 550px / 1920);
    font-size: -moz-calc(12px + 70 * 550px / 1920);
    font-size: calc(12px + 70 * 550px / 1920);
  }
  .s83 {
    font-size: -webkit-calc(12px + 71 * 550px / 1920);
    font-size: -moz-calc(12px + 71 * 550px / 1920);
    font-size: calc(12px + 71 * 550px / 1920);
  }
  .s84 {
    font-size: -webkit-calc(12px + 72 * 550px / 1920);
    font-size: -moz-calc(12px + 72 * 550px / 1920);
    font-size: calc(12px + 72 * 550px / 1920);
  }
  .s85 {
    font-size: -webkit-calc(12px + 73 * 550px / 1920);
    font-size: -moz-calc(12px + 73 * 550px / 1920);
    font-size: calc(12px + 73 * 550px / 1920);
  }
  .s86 {
    font-size: -webkit-calc(12px + 74 * 550px / 1920);
    font-size: -moz-calc(12px + 74 * 550px / 1920);
    font-size: calc(12px + 74 * 550px / 1920);
  }
  .s87 {
    font-size: -webkit-calc(12px + 75 * 550px / 1920);
    font-size: -moz-calc(12px + 75 * 550px / 1920);
    font-size: calc(12px + 75 * 550px / 1920);
  }
  .s88 {
    font-size: -webkit-calc(12px + 76 * 550px / 1920);
    font-size: -moz-calc(12px + 76 * 550px / 1920);
    font-size: calc(12px + 76 * 550px / 1920);
  }
  .s89 {
    font-size: -webkit-calc(12px + 77 * 550px / 1920);
    font-size: -moz-calc(12px + 77 * 550px / 1920);
    font-size: calc(12px + 77 * 550px / 1920);
  }
  .s90 {
    font-size: -webkit-calc(12px + 78 * 550px / 1920);
    font-size: -moz-calc(12px + 78 * 550px / 1920);
    font-size: calc(12px + 78 * 550px / 1920);
  }
  .s91 {
    font-size: -webkit-calc(12px + 79 * 550px / 1920);
    font-size: -moz-calc(12px + 79 * 550px / 1920);
    font-size: calc(12px + 79 * 550px / 1920);
  }
  .s92 {
    font-size: -webkit-calc(12px + 80 * 550px / 1920);
    font-size: -moz-calc(12px + 80 * 550px / 1920);
    font-size: calc(12px + 80 * 550px / 1920);
  }
  .s93 {
    font-size: -webkit-calc(12px + 81 * 550px / 1920);
    font-size: -moz-calc(12px + 81 * 550px / 1920);
    font-size: calc(12px + 81 * 550px / 1920);
  }
  .s94 {
    font-size: -webkit-calc(12px + 82 * 550px / 1920);
    font-size: -moz-calc(12px + 82 * 550px / 1920);
    font-size: calc(12px + 82 * 550px / 1920);
  }
  .s95 {
    font-size: -webkit-calc(12px + 83 * 550px / 1920);
    font-size: -moz-calc(12px + 83 * 550px / 1920);
    font-size: calc(12px + 83 * 550px / 1920);
  }
  .s96 {
    font-size: -webkit-calc(12px + 84 * 550px / 1920);
    font-size: -moz-calc(12px + 84 * 550px / 1920);
    font-size: calc(12px + 84 * 550px / 1920);
  }
  .s97 {
    font-size: -webkit-calc(12px + 85 * 550px / 1920);
    font-size: -moz-calc(12px + 85 * 550px / 1920);
    font-size: calc(12px + 85 * 550px / 1920);
  }
  .s98 {
    font-size: -webkit-calc(12px + 86 * 550px / 1920);
    font-size: -moz-calc(12px + 86 * 550px / 1920);
    font-size: calc(12px + 86 * 550px / 1920);
  }
  .s99 {
    font-size: -webkit-calc(12px + 87 * 550px / 1920);
    font-size: -moz-calc(12px + 87 * 550px / 1920);
    font-size: calc(12px + 87 * 550px / 1920);
  }
  .s100 {
    font-size: -webkit-calc(12px + 88 * 550px / 1920);
    font-size: -moz-calc(12px + 88 * 550px / 1920);
    font-size: calc(12px + 88 * 550px / 1920);
  }
}
/* 入场动画 */
.teaser {
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
  -moz-transform: translate3d(0, 25%, 0);
       transform: translate3d(0, 25%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  -o-transition: opacity 1s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  -moz-transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
}

.teaser.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.lefter {
  opacity: 0;
  -webkit-transform: translate3d(-35%, 35%, 0);
  -moz-transform: translate3d(-35%, 35%, 0);
       transform: translate3d(-35%, 35%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  -o-transition: opacity 1s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  -moz-transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
}

.lefter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.righter {
  opacity: 0;
  -webkit-transform: translate3d(35%, 35%, 0);
  -moz-transform: translate3d(35%, 35%, 0);
       transform: translate3d(35%, 35%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  -o-transition: opacity 1s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  -moz-transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
}

.righter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.downer {
  opacity: 0;
  -webkit-transform: translate3d(0, -35%, 0);
  -moz-transform: translate3d(0, -35%, 0);
       transform: translate3d(0, -35%, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  -o-transition: opacity 1s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  -moz-transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
}

.downer.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.lter {
  opacity: 0;
  -webkit-transform: translate3d(-35%, 0, 0);
  -moz-transform: translate3d(-35%, 0, 0);
       transform: translate3d(-35%, 0, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  -o-transition: opacity 1s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  -moz-transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
}

.lter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.rter {
  opacity: 0;
  -webkit-transform: translate3d(35%, 0, 0);
  -moz-transform: translate3d(35%, 0, 0);
       transform: translate3d(35%, 0, 0);
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
  -o-transition: opacity 1s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  -moz-transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s, -moz-transform 0.7s ease-out 0.2s, -o-transform 0.7s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, -webkit-transform 0.7s ease-out 0.2s;
}

.rter.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.emerge {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0.2s;
  -o-transition: opacity 1s ease-out 0.2s;
  -moz-transition: opacity 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s;
}

.emerge.is-visible {
  opacity: 1;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
       transition-delay: 0.2s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
       transition-delay: 0.4s;
}

.delay6 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
       transition-delay: 0.6s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
       transition-delay: 0.8s;
}

.delay10 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
       transition-delay: 1s;
}

/* 背景样式 */
.BgInit {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

/* 主题色 */
header.Header {
  width: 100%;
  position: fixed;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.2rem 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header.Header .Container {
  width: 17.2rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.Header .HLeft {
  width: auto;
}
header.Header .HLogo {
  display: block;
  width: 1.1rem;
  /* min-width: 82.5px; */
  height: 0.56rem;
  /* min-height: 42px; */
  background-image: url("../images/logo1.png");
}
@media (max-width: 750px) {
  header.Header .HLogo{
    width: 82.5px;
    height: 42px;
  }
}
header.Header .HRight {
  width: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.Header .HNav {
  width: auto;
  height: 100%;
}
header.Header .HNav .NavList {
  width: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header.Header .HNav .NavItemI {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
}
header.Header .HNav .NavItemI .ItemIHref {
  width: auto;
  height: 100%;
}
header.Header .HNav .NavItemI .ItemIHref .IHref {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #feffff;
  line-height: 1.2;
  padding: 0 0.3rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
header.Header .HNav .NavItemI .ItemIHref .IDrop {
  display: none;
}
header.Header .HNav .NavItemI .ItemIList {
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 0 0.05rem 0 #fff;
}
header.Header .HNav .NavItemISelect .ItemIHref .IHref {
  color: #271578 !important;
  font-weight: 700;
}
header.Header .HNav .NavItemII {
  width: 100%;
}
header.Header .HNav .NavItemII .ItemIIHref {
  width: 100%;
}
header.Header .HNav .NavItemII .ItemIIHref .IIHref {
  width: 100%;
  display: block;
  line-height: 1.2;
  padding: 0.2rem;
  color: #333;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header.Header .HControl {
  width: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header.Header .HSearch {
  width: auto;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.4rem;
}
header.Header .HSearch .SearchIcon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
  background-image: url("../images/search1.png");
  cursor: pointer;
}
header.Header .HSearch .SearchBoard {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background-color: #fff;
  padding: 0.5rem 0;
  display: none;
  box-shadow: 0 0 0.05rem #ccc;
}
header.Header .HSearch .SearchBoard .SearchClose {
  width: 0.2rem;
  min-width: 16px;
  height: 0.2rem;
  min-height: 16px;
  background: url(../images/close1.png) center/cover no-repeat;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  z-index: 3;
  cursor: pointer;
}
header.Header .HSearch .SearchBoard .SearchFrame {
  width: 64%;
  min-width: 300px;
  height: 0.46rem;
  min-height: 40px;
  border: 0.01rem solid #271578;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
header.Header .HSearch .SearchBoard .SearchFrame .SearchInput {
  width: 76.5%;
  height: 100%;
  font-size: 0;
}
header.Header .HSearch .SearchBoard .SearchFrame .SearchInput input {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  border: 0.01rem solid #271578;
  padding: 0 0.1rem;
}
header.Header .HSearch .SearchBoard .SearchFrame .SearchButton {
  width: 23.5%;
  height: 100%;
  font-size: 0;
}
header.Header .HSearch .SearchBoard .SearchFrame .SearchButton button {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #271578;
  border: 0.02rem solid #271578;
  cursor: pointer;
}
header.Header .Hmenu {
  width: auto;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header.Header .Hmenu .MenuIcon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
  background-image: url("../images/menu1.png");
  cursor: pointer;
}

header.Header.Scroll {
  background-color: #fff;
}
header.Header.Scroll .HLogo {
  background-image: url("../images/logo2.png");
}
header.Header.Scroll .HNav .NavItemI .ItemIHref .IHref {
  color: #666;
}
header.Header.Scroll .HSearch .SearchIcon {
  background-image: url("../images/search2.png");
}
header.Header.Scroll .Hmenu .MenuIcon {
  background-image: url("../images/menu2.png");
}

footer.Footer {
  width: 100%;
}
footer.Footer .FooterMain {
  width: 100%;
  padding: 0.75rem 0 0.5rem;
  background-color: #f6f6f6;
}
footer.Footer .FooterMain .Container {
  width: 17.2rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.Footer .FooterMain .FNav {
  width: 54%;
}
footer.Footer .FooterMain .FNav .NavList {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
footer.Footer .FooterMain .FNav .NavItemI {
  width: 14.3%;
}
footer.Footer .FooterMain .FNav .NavItemI:hover .ItemIHref .IHref {
  color: #271578;
}
footer.Footer .FooterMain .FNav .NavItemI .ItemIHref {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}
footer.Footer .FooterMain .FNav .NavItemI .ItemIHref .IHref {
  width: 100%;
  color: #333;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: 700;
}
footer.Footer .FooterMain .FNav .NavItemI .ItemIList {
  width: 100%;
}
footer.Footer .FooterMain .FNav .NavItemII {
  width: 100%;
  margin-bottom: 0.1rem;
}
footer.Footer .FooterMain .FNav .NavItemII:hover .ItemIIHref .IIHref {
  color: #271578;
}
footer.Footer .FooterMain .FNav .NavItemII .ItemIIHref {
  width: 100%;
}
footer.Footer .FooterMain .FNav .NavItemII .ItemIIHref .IIHref {
  width: 100%;
  display: block;
  line-height: 1.4;
  color: #666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
footer.Footer .FooterMain .FContact {
  width: 25%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
footer.Footer .FooterMain .FContact .ContactWay {
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
footer.Footer .FooterMain .FContact .ContactWay:last-child {
  margin-right: 0;
}
footer.Footer .FooterMain .FContact .ContactWay .WayImg {
  width: 100%;
  margin-bottom: 0.1rem;
}
footer.Footer .FooterMain .FContact .ContactWay .WayImg img {
  width: 100%;
  height: auto;
}
footer.Footer .FooterMain .FContact .ContactWay .WayText {
  color: #666;
  line-height: 1.4;
}
footer.Footer .FooterBottom {
  width: 100%;
  background-color: #eee;
  padding: 0.6rem 0;
}
footer.Footer .FooterBottom .Container {
  width: 17.2rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.Footer .FooterBottom .FInfo {
  width: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.Footer .FooterBottom .FLogo {
  display: block;
  width: 1.1rem;
  min-width: 82.5px;
  height: 0.56rem;
  min-height: 42px;
  background-image: url("../images/logo3.png");
  margin-right: 0.2rem;
}
footer.Footer .FooterBottom .FVersion {
  color: #ccc;
  line-height: 1.4;
}
footer.Footer .FooterBottom .FLink {
  width: 4.2rem;
}
footer.Footer .FooterBottom .FLink .LinkBorad {
  width: 100%;
  position: relative;
  z-index: 5;
}
footer.Footer .FooterBottom .FLink .LinkBorad .LinkInput {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem;
  border: 0.02rem solid transparent;
  cursor: pointer;
  border-bottom-color: #666;
}
footer.Footer .FooterBottom .FLink .LinkBorad .LinkName {
  width: auto;
  color: #ccc;
  line-height: 1.4;
}
footer.Footer .FooterBottom .FLink .LinkBorad .LinkIcon {
  width: 0.3rem;
}
footer.Footer .FooterBottom .FLink .LinkBorad .LinkIcon .Icon {
  width: 100%;
  padding-top: 100%;
  background: url(../images/bottom1.png) center/75% no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
footer.Footer .FooterBottom .FLink .LinkBorad .LinkList {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  z-index: 5;
  background-color: #fff;
}
footer.Footer .FooterBottom .FLink .LinkBorad .LinkItem {
  display: block;
  padding: 0.2rem;
  color: #333;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
footer.Footer .FooterBottom .FLink .LinkBorad .LinkItem:hover {
  color: #fff;
  background-color: #271578;
}
footer.Footer .FooterBottom .FLink .LinkBorad.Open .LinkIcon .Icon {
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

.Pager {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.Pager a {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  height: 0.48rem;
  margin: 0.05rem;
  border: solid 0.01rem #dbdbdb;
  color: #666;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
.Pager a:hover {
  background-color: #271578;
  border-color: #271578;
  color: #fff;
}
.Pager .First, .Pager .Last {
  width: 0.8rem;
  min-width: 40px;
  border-radius: 0.28rem;
}
.Pager .Prev, .Pager .Next {
  width: 0.9rem;
  min-width: 50px;
  border-radius: 0.28rem;
}
.Pager .Page {
  width: 0.48rem;
  min-width: 30px;
  border-radius: 50%;
}
.Pager .Page.Select {
  background-color: #271578;
  border-color: #271578;
  color: #fff;
}

@media (min-width: 901px) {
  header.Header .HNav .NavItemI:hover .ItemIHref .IHref {
    color: #271578;
  }
  header.Header .HNav .NavItemI:hover .ItemIList {
    display: block;
  }
  header.Header .HNav .NavItemII:hover .ItemIIHref .IIHref {
    background-color: #271578;
    color: #fff;
  }
  header.Header .Hmenu {
    display: none;
  }
}
@media (max-width: 1500px) {
  footer.Footer .FooterMain .FNav {
    width: 72%;
  }
}
@media (max-width: 1200px) {
  header.Header {
    padding: 0;
  }
  header.Header .Container {
    width: 100%;
    padding: 10px;
  }
  footer.Footer .FooterMain .Container, footer.Footer .FooterBottom .Container {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 900px) {
  header.Header .HNav {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: none;
  }
  header.Header .HNav .NavList {
    width: 30%;
    min-width: 240px;
    background-color: #fff;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  header.Header .HNav .NavItemI {
    height: auto;
  }
  header.Header .HNav .NavItemI .ItemIHref {
    padding: 10px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.Header .HNav .NavItemI .ItemIHref .IHref {
    width: auto;
    color: #666;
    padding: 0;
  }
  header.Header .HNav .NavItemI .ItemIHref .IDrop {
    width: 0;
    height: 0;
    border-top: 7.5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.Header .HNav .NavItemI .ItemIHref .IDropHas {
    display: block;
  }
  header.Header .HNav .NavItemI .ItemIHref .IDropOpen {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  header.Header .HNav .NavItemI .ItemIList {
    position: static;
    left: 0;
    top: 0;
    box-shadow: none;
  }
  header.Header .HNav .NavItemISelect .ItemIHref .IHref {
    color: #271578;
  }
  header.Header .HNav .NavItemISelect .ItemIHref .IDrop {
    border-top-color: #271578;
  }
  header.Header .HNav .NavItemII {
    height: auto;
  }
  header.Header .HNav .NavItemII .ItemIIHref {
    padding: 0 20px;
  }
  header.Header .HNav .NavItemII .ItemIIHref .IIHref {
    text-align: left;
  }
  header.Header .HNavShow {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.Header .Hmenu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer.Footer .FooterMain .Container {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.Footer .FooterMain .FNav {
    width: 100%;
  }
  footer.Footer .FooterMain .FContact {
    width: 100%;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer.Footer .FooterMain .FContact .ContactWay {
    width: 1.2rem;
    min-width: 100px;
  }
  footer.Footer .FooterBottom .FLogo {
    display: none;
  }
}
@media (max-width: 750px) {
  footer.Footer .FooterMain .FNav {
    width: 100%;
  }
  footer.Footer .FooterMain .FNav .NavList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer.Footer .FooterMain .FNav .NavItemI {
    width: 100%;
  }
  footer.Footer .FooterMain .FNav .NavItemI .ItemIList {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer.Footer .FooterMain .FNav .NavItemII {
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  footer.Footer .FooterMain .FNav .NavItemII:last-of-type {
    margin-right: 0;
  }
  footer.Footer .FooterMain .FContact {
    width: 100%;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer.Footer .FooterMain .FContact .ContactWay {
    min-width: 80px;
  }
  footer.Footer .FooterBottom {
    padding: 10px 0;
  }
  footer.Footer .FooterBottom .Container {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer.Footer .FooterBottom .FInfo {
    width: 100%;
  }
  footer.Footer .FooterBottom .FLink {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* 视频弹窗 */
.VideoPopup {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.VideoPopup .VideoBox {
  width: 12rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.VideoPopup .VideoBox .VideoPopupClose {
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  font-size: 0;
  margin-bottom: 0.05rem;
}
.VideoPopup .VideoBox .VideoPopupClose img {
  width: 100%;
  height: 100%;
}
.VideoPopup .VideoBox iframe {
  width: 100%;
  height: 6rem;
}
@media (max-width: 650px) {
  .VideoPopup .VideoBox {
    width: 100%;
    padding: 0 10px;
  }
}

/* 下拉框 */
.VideoPopupShow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pswp__button {
  opacity: 0;
}